Namespace Text.Hooks

Functions

Link copied to clipboard
@extendable function after_add_value(text_attribute: text_attribute)
Link copied to clipboard
@extendable function after_remove_value(instance: instance, attribute: attribute, value: text)
Link copied to clipboard
@extendable function after_set_value(text_attribute: text_attribute)
Link copied to clipboard
@extendable function after_update_value(text_attribute: text_attribute)
Link copied to clipboard
@extendable function before_add_value(instance: instance, attribute: attribute, value: text)
Link copied to clipboard
@extendable function before_remove_value(text_attribute: text_attribute)
Link copied to clipboard
@extendable function before_set_value(instance: instance, attribute: attribute, text_attribute: text_attribute?, value: text)
Link copied to clipboard
@extendable function before_update_value(text_attribute: text_attribute, value: text)